home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 October / Australian PC User - October 2003 (CD1).iso / resource / tools / files / phshow2.exe / Main / helpscreen.swf / scripts / frame_35 / DoAction.as
Encoding:
Text File  |  2003-08-13  |  229 b   |  14 lines

  1. d.textF = "Photo Enhancement";
  2. textClip.gotoAndStop(1);
  3. count = 1;
  4. backbutton._visible = false;
  5. if(1 < textClip._totalframes)
  6. {
  7.    forwardButton._visible = true;
  8. }
  9. else
  10. {
  11.    forwardButton._visible = false;
  12. }
  13. stop();
  14.